home *** CD-ROM | disk | FTP | other *** search
- object fEditProxy: TfEditProxy
- Left = 287
- Top = 186
- Width = 282
- Height = 226
- Caption = 'Edit Proxy'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 24
- Width = 31
- Height = 13
- Caption = 'Server'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 19
- Height = 13
- Caption = 'Port'
- end
- object Label3: TLabel
- Left = 8
- Top = 88
- Width = 22
- Height = 13
- Caption = 'User'
- end
- object Label4: TLabel
- Left = 8
- Top = 120
- Width = 46
- Height = 13
- Caption = 'Password'
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 160
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 96
- Top = 160
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- Kind = bkCancel
- end
- object eServer: TEdit
- Left = 64
- Top = 16
- Width = 193
- Height = 21
- TabOrder = 2
- end
- object ePort: TMaskEdit
- Left = 64
- Top = 48
- Width = 65
- Height = 21
- TabOrder = 3
- end
- object eUser: TEdit
- Left = 64
- Top = 80
- Width = 121
- Height = 21
- TabOrder = 4
- end
- object ePass: TEdit
- Left = 64
- Top = 112
- Width = 121
- Height = 21
- TabOrder = 5
- end
- end
-